home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
develop, the CD; issue 1
/
Apple_Develop_1989.bin
/
Offscreen
/
FracApp 2.0B3
/
FracApp.make
< prev
next >
Wrap
Text File
|
1989-06-19
|
2KB
|
57 lines
#Copyright © 1986 Apple Computer, Inc. All rights reserved.
AppName = FracApp
Creator = 'Arf '
# List the system libraries that your application needs to link with.
# If you are not sure, list everything and the linker will tell you
# which ones it did not need
#NeededSysLibs = [partial]
# "{Libraries}RunTime.o" [partial]
# "{Libraries}Interface.o" [partial]
# "{PLibraries}PasLib.o"
# List here the MacApp building blocks that your application uses
BuildingBlockIntf = [partial]
"{SrcMacApp}UPrinting.p"
# List the same MacApp building blocks as object files (for linking)
BuildingBlockObjs = [partial]
"{ObjMacApp}UPrinting.p.o"
# List any additional pascal interface files which your application uses
OtherInterfaces =
# By default MacApp.make links the above libraries, all of MacApp,
# and the files UAppName.p.o and MAppName.p.o
# List any additional files that your program links with:
OtherLinkFiles =
# Specify any -sn (segment alias) linker options that you want included.
OtherSegMappings =
# List the dependencies of the additional files
# (and special build rules, if any)
UFracApp.p.o [f] UFracApp.p
echo Compiling UFracApp.p (with -mc68881)
Pascal UFracApp.p {Debugging} {PascalOptions} -mc68881 [partial]
-d qNeedsROM128K={NeedsROM128K} [partial]
-i "{SrcMacApp}" -k "{LoadMacApp}" -o UFracApp.p.o
# List Rez files other than AppName.r that need to Rez'ed with the application
# OtherRezFiles =
# List resource files that the Rez file includes
OtherRsrcFiles = [partial]
"{RezMacApp}Printing.rsrc"